2008-08-02 Matthias Clasen <mclasen@redhat.com>
Bug 540834 – Insensitive widgets cannot be grabbed
* gtk/tmpl/gtkmain.sgml: Explain that insensitive widgets
cannot be grabbed. Patch by Björn Lindqvist
svn path=/trunk/; revision=20933
+2008-08-02 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 540834 – Insensitive widgets cannot be grabbed
+
+ * gtk/tmpl/gtkmain.sgml: Explain that insensitive widgets
+ cannot be grabbed. Patch by Björn Lindqvist
+
2008-08-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk-sections.txt: Update
other widgets in the same application is blocked and mouse as well as
keyboard events are delivered to this widget.
</para>
+<para>
+If @widget is not sensitive, it is not set as the current grabbed
+widget and this function does nothing.
+</para>
@widget: The widget that grabs keyboard and pointer events.
Removes the grab from the given widget. You have to pair calls to gtk_grab_add()
and gtk_grab_remove().
</para>
+<para>
+If @widget does not have the grab, this function does nothing.
+</para>
@widget: The widget which gives up the grab.